From 251751a82f32d4f4841cdc3e15a7c75f906c0a81 Mon Sep 17 00:00:00 2001 From: Robert Lipe Date: Fri, 10 Nov 2017 21:43:16 -0600 Subject: [PATCH] Chdir into gpsbabel before build. --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index 3150455d6..c0e48e183 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -19,5 +19,6 @@ init: # Flesh out with amd64/msvc cases later. build_script: + - cd gpsbabel - qmake app.pro - mingw32-make -- 2.30.2